Package com.netscape.certsrv.user
Class UserClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.user.UserClient
- Author:
- Endi S. Dewata
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionUserClient
(PKIClient client, String subsystem) UserClient
(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptionaddUserCert
(String userID, UserCertData userCertData) addUserMembership
(String userID, String groupID) findUserCerts
(String userID, Integer start, Integer size) findUserMemberships
(String userID, String filter, Integer start, Integer size) getUserCert
(String userID, String certID) modifyUser
(String userID, UserData userData) void
removeUser
(String userID) void
removeUserCert
(String userID, String certID) void
removeUserMembership
(String userD, String groupID) Methods inherited from class com.netscape.certsrv.client.Client
addClient, delete, delete, get, get, get, getClient, getCollection, getName, getSubsystem, getTargetPath, patch, post, post, post, post, put, removeClient, target
-
Constructor Details
-
Method Details
-
findUsers
- Throws:
Exception
-
getUser
- Throws:
Exception
-
addUser
- Throws:
Exception
-
modifyUser
- Throws:
Exception
-
removeUser
- Throws:
Exception
-
findUserCerts
public UserCertCollection findUserCerts(String userID, Integer start, Integer size) throws Exception - Throws:
Exception
-
getUserCert
- Throws:
Exception
-
addUserCert
- Throws:
Exception
-
removeUserCert
- Throws:
Exception
-
findUserMemberships
public UserMembershipCollection findUserMemberships(String userID, String filter, Integer start, Integer size) throws Exception - Throws:
Exception
-
addUserMembership
- Throws:
Exception
-
removeUserMembership
- Throws:
Exception
-